You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; tokyocplusplussection .data hello: db 'Hello!! Im a graphics programmer and this is my github page:D',0xA helloLen: equ $-hellosection .textglobal_start_start:moveax,4movebx,1movecx,hello movedx,helloLenint80hmoveax,1movebx,0int80h;
// tokyocplusplususingSystem;namespaceMAIN_FILE{classHaiiiii{publicstaticvoidMain(){Console.WriteLine("Hello!! I'm a graphics programmer and this is my github page!!!:D")}}}
// tokyocplusplus
#include<iostream>intmain()
{
std::cout << "Hello :D !! I'm a graphics programmer and this is my github page!";
return0;
}
// tokyocplusplusfnmain(){println!("Hello!! I'm a graphics programmer and this is my github page:D");}
// tokyocplusplus#include<stdio.h>intmain(void)
{
printf("Hello :D !! I'm a graphics programmer and this is my github page!";
}
// tokyocplusplus#version450 core
void main()
{
//psuedo code, i know
DrawString("Hello :D ǃǃ I'm a graphics programmer and this my github pageǃ");
}
; tokyocplusplussection .data hello: db 'Hello!! Im a graphics programmer and this is my github page:D',0xA helloLen: equ $-hellosection .textglobal_start_start:moveax,4movebx,1movecx,hello movedx,helloLenint80hmoveax,1movebx,0int80h;
// tokyocplusplususingSystem;namespaceMAIN_FILE{classHaiiiii{publicstaticvoidMain(){Console.WriteLine("Hello!! I'm a graphics programmer and this is my github page!!!~~~ :3!!!")}}}
// tokyocplusplus
#include<iostream>intmain()
{
std::cout << "Hello!! I'm a graphics programmer and this is my github page!";
return0;
}
// tokyocplusplusfnmain(){println!("Hello!! I'm a graphics programmer and this is my github page:D");}
// tokyocplusplus#include<stdio.h>intmain(void)
{
printf("Hello!! I'm a graphics programmer and this is my github page!";
}
// tokyocplusplus#version450 core
void main()
{
DrawString("Helloǃǃ I'm a graphics programmer and this my github pageǃ");
}