Skip to content
View Just-a-Jason's full-sized avatar
🐑
You can trust in Rust!
🐑
You can trust in Rust!

Block or report Just-a-Jason

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Just-a-Jason/README.md

𝐇𝐒 𝐈 𝐚𝐦 π‰πšπ¬π¨π§.𝐣𝐬𝐨𝐧! :)

𝐈 𝐀𝐧𝐨𝐰:

  • π‰πšπ―πš π’πœπ«π’π©π­ 𝐚𝐧𝐝 π“π²π©πžπ’πœπ«π’π©π­
  • 𝐏𝐲𝐭𝐑𝐨𝐧
  • π‡π“πŒπ‹
  • 𝐏𝐇𝐏
  • 𝐂𝐒𝐒
  • 𝐂#
  • 𝐀𝐧𝐝 𝐚 π₯𝐒𝐭𝐭π₯𝐞 𝐛𝐒𝐭 𝐨𝐟 𝐂 𝐚𝐧𝐝 𝐂++

𝐀π₯𝐬𝐨 𝐈 𝐚𝐦 𝐭𝐫𝐲𝐒𝐧𝐠 𝐭𝐨 𝐦𝐚𝐬𝐭𝐞𝐫 𝐁π₯𝐚𝐳𝐨𝐫 𝐚𝐧𝐝 π‘πžπšπœπ­.

Iknow

  • Master Blazor Skills.
  • Learn TypeScript
  • Learn Ract

(っ◔◑◔)っ β™₯ Also I love using TypeScript insted of JavaScript πŸ’ž β™₯

GOD BLESS YOU MICROSOFT! πŸ€—

"Hello World!" in all languages i know.

Python

def main():
 print('Hello world!')

if __name__ == '__main__':
 main()

C++

#include<iostream>

int main() {
 std::cout<< "Hello World!";
 return 0;
}

C

#include <stdio.h>

int main() {
    printf("Hello World");

    return 0;
}

TypeScript & JavaScript

 console.log('Hello world!');

C#

using System;

static void Main(string[] args) {
 Console.WriteLine("Hello World!");
}

PHP

<?php
 function Main() {
  echo "<h1>Hello World!</h1>";
 }
 Main();
?>

Pinned Loading

  1. Rusty-JS-Compiler Rusty-JS-Compiler Public

    A compiler for Rusty JS

    C# 1

  2. Figa-GUI Figa-GUI Public

    Figa is a lightweight typescript/java script ui framework designed for building Tauri and Electron applications, as well as websites. It comes with a built-in router and boasts a compact package si…

    TypeScript 1