Skip to content

Instantly share code, notes, and snippets.

View Sapna2001's full-sized avatar
🎯
Focusing

Hari Sapna Nair Sapna2001

🎯
Focusing
View GitHub Profile
@Sapna2001
Sapna2001 / Hello World.java
Created February 24, 2021 15:19
First Snippet
import java.util.*;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculator</title>
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<!-- JavaScript Coe -->
<script>