lol
This commit is contained in:
parent
95752bfcc2
commit
1c14a7a05a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/out/
|
||||
/.idea/
|
||||
/Semester3/.vs/
|
||||
|
9
Semester3/DotNET/lol.cs
Normal file
9
Semester3/DotNET/lol.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
7
Semester3/Java/SmartBank.java
Normal file
7
Semester3/Java/SmartBank.java
Normal file
@ -0,0 +1,7 @@
|
||||
package Semester3.Java;
|
||||
|
||||
public class SmartBank {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Welcome to smart bank");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user