Progetti recenti

hello world

C · test
1 mese fa
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }

hello

C · test
1 mese fa
#include "hello.c" int main() { hello(); return 0; }

d2

C · un utente anonimo
1 mese fa
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; // test }

d1

C · test
1 mese fa
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }

test1

C · test
1 mese fa
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }

test

NodeJS · test
1 mese fa
for (let i = 0; i < 10; i++) { console.log(i); }

hello world in c

C · supriyo1234
2 mesi fa
#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }

my program

C++ · un utente anonimo
2 mesi fa
#include <iostream> #include <fstream> using namespace std; int main() { ifstream f("main.txt"); if (!f.is_open()) { cout << "error opening file" << endl; return 0; }

rews

Python · supriyo1234
2 mesi fa
print('Hello wet43tg34 world!')

test

Python · supriyo1234
2 mesi fa
print('Hello world!')

bd

C++ · un utente anonimo
2 mesi fa
#include <iostream> int main() { std::cout << "Hello world!" << std::endl; return 0; }

hello world!

Deno · supriyo1234
2 mesi fa
console.log("hello world");

hello.kt2

Kotlin · un utente anonimo
2 mesi fa
fun main() { println("Hello world!") }

hello.kt

Kotlin · un utente anonimo
2 mesi fa
fun main() { println("Hello world!") }

hello

Python · supriyo1234
2 mesi fa
import os print(os.listdir('./'))

ss1

NodeJS · un utente anonimo
2 mesi fa
console.log("Hello world!");

test1234

NodeJS · un utente anonimo
3 mesi fa
console.log("Hello world!");

test1234

NodeJS · un utente anonimo
3 mesi fa
console.log("Hello world!");

test

Python · un utente anonimo
6 mesi fa
x = int(input()) print(f'The number is: {x}')

demo123

NodeJS · un utente anonimo
7 mesi fa
console.log("Hello world1 !");