Skip to content

tokyocplusplus/tokyocplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

welcome to the one and only zenith's page!!!

your one stop shop for inpressive code to steal and gawking at my technical marvels (not really)!!!

ITCH.IO PAGE

https://zenith-3.itch.io

; tokyocplusplus
section .data
	hello:     db 'Hello!! Im a graphics programmer and this is my github page:D', 0xA
	helloLen:  equ $-hello

section .text
	global _start

_start:
	mov eax,4
	mov ebx,1 
	mov ecx,hello        
	mov edx,helloLen
	int 80h

	mov eax,1            
	mov ebx,0            
	int 80h;
// tokyocplusplus
using System;

namespace MAIN_FILE {
	class Haiiiii {
		public static void Main() {
			Console.WriteLine("Hello!! I'm a graphics programmer and this is my github page!!!~~~ :3!!!")
		}
	}
}
// tokyocplusplus
#include<iostream>

int main()
{
    std::cout << "Hello!! I'm a graphics programmer and this is my github page!";

    return 0;
}
// tokyocplusplus
fn main() {
    println!("Hello!! I'm a graphics programmer and this is my github page:D");
}
// tokyocplusplus
#include<stdio.h>

int main(void)
{
    printf("Hello!! I'm a graphics programmer and this is my github page!";
}
// tokyocplusplus
#version 450 core

void main()
{
    DrawString("Helloǃǃ I'm a graphics programmer and this my github pageǃ");
}

PERSONAL/WORK RELATED EMAIL

"tokyocplusplus@gmail.com"

welcome to the one and only zenith's page!!!

your one stop shop for inpressive code to steal and gawking at my technical marvels (not really)!!!

ITCH.IO PAGE

https://zenith-3.itch.io

; tokyocplusplus
section .data
	hello:     db 'Hello!! Im a graphics programmer and this is my github page:D', 0xA
	helloLen:  equ $-hello

section .text
	global _start

_start:
	mov eax,4
	mov ebx,1 
	mov ecx,hello        
	mov edx,helloLen
	int 80h

	mov eax,1            
	mov ebx,0            
	int 80h;
// tokyocplusplus
using System;

namespace MAIN_FILE {
	class Haiiiii {
		public static void Main() {
			Console.WriteLine("Hello!! I'm a graphics programmer and this is my github page!!!~~~ :3!!!")
		}
	}
}
// tokyocplusplus
#include<iostream>

int main()
{
    std::cout << "Hello!! I'm a graphics programmer and this is my github page!";

    return 0;
}
// tokyocplusplus
fn main() {
    println!("Hello!! I'm a graphics programmer and this is my github page:D");
}
// tokyocplusplus
#include<stdio.h>

int main(void)
{
    printf("Hello!! I'm a graphics programmer and this is my github page!";
}
// tokyocplusplus
#version 450 core

void main()
{
    DrawString("Helloǃǃ I'm a graphics programmer and this my github pageǃ");
}

PERSONAL/WORK RELATED EMAIL

"tokyocplusplus@gmail.com"

you've reached the end of the page!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published