I will put something useful or useless i made in here
using System;
class Program{
public static void Main(){
Console.WriteLine("hello");
}
}#include<stdio.h>
int main(){
printf("hello");
return 0;
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
I will put something useful or useless i made in here
using System;
class Program{
public static void Main(){
Console.WriteLine("hello");
}
}#include<stdio.h>
int main(){
printf("hello");
return 0;
}