Hello World!


Submit solution


Points: 1 (partial)
Time limit: 1.0s
Memory limit: 98M

Author:
Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

In lên màn hình dòng chữ Hello World!

Đầu vào

Không có gì.

Đầu ra

In ra một dòng chữ Hello World!.

Ví dụ

enter image description here


Comments


  • 0
    MinhĐức_DTVT2_K64  commented on Oct. 22, 2023, 3:46 a.m.

    include<stdio.h>

    int main (){ printf("Hello word"); return 0; }


  • -3
    tnc2604  commented on Sept. 14, 2020, 5:24 a.m. edited
    #include<stdio.h>
    // fb: cuongngoctran
    int main() {
     printf (" Hello World!");
    
    }

  • 2
    haidv  commented on Dec. 9, 2018, 1:11 p.m. edited
    #include"stdio.h"
    int main()
    {
    printf("Hello World!");
    }

  • -2
    VanToan99  commented on Oct. 10, 2017, 2:30 p.m. edit 2
    #include<window.h>
        int main(){
            systerm(;;);
            printf("Hello World!");
            return 0
            }