hello

0

public class HelloWorld{ public static void main(String []args){ System.out.println("Hello World"); } }

By Beginner Judith Bernier at Dec 06 2019

0

name =input ("hello how are you ") if name==("good"): print ("Thats nice") else print("stfu")

By Beginner Jeremy Blanda at Feb 01 2021

0

from flask import Flask app = Flask(__name__) @app.route('/',methods = ('GET')) def home(): return ('Hello World!!1') if __name__== '_main_': app.run()

By Wooden Hammer Christina Mayert at Dec 28 2020

0

hello why am i so lonely i think i have deppression im 10 and i play gacha life my favorite social media is tiktok

By Wooden Hammer Confused Caribou at Jan 26 2021

0

hello! we would love to talk to you. under the eu general data protection regulation, we need your approval for the use of personal information (e.g. your name and email). is this ok with you?

By Beginner Omar BaileyV at Mar 18 2021

0

@echo off setlocal rem rem Note the type rem set VAR=Hello wrold. rem rem print the variable and fix the rem typo in one go: rem echo %VAR:wrold=world% endlocal

By Beginner Adam Christiansen at Jan 18 2021

-1

c++ hello world

By Beginner Raul Mann at Nov 23 2020

-1

hello world cpp

By Wooden Hammer Denise Schamberger at Jun 12 2021

-1

print("hello world")

By Wooden Hammer Holly Erdman at Jun 04 2021

-1

hello world prolog

By Wooden Hammer Idaho Potato at Aug 31 2020


Related code examples


Code examples by languages