Skip to content

Instantly share code, notes, and snippets.

View smanjrekar80's full-sized avatar
💭
Hello World

Sandeep smanjrekar80

💭
Hello World
View GitHub Profile
Write-Host "Hello World"
Write-Host "This is bright and sunny"
#include <stdio.h>
void main(int argc, char[] argv) {
printf("hello, world!\n");
}