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!.
Comments
include<stdio.h>
int main (){ printf("Hello word"); return 0; }
This comment is hidden due to too much negative feedback. Show it anyway.