Skip to content
View aaronw-dev's full-sized avatar
🖥️
beep boop
🖥️
beep boop

Highlights

  • Pro

Organizations

@dt-code-club

Block or report aaronw-dev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
aaronw-dev/README.md
using UnityEngine;
using Figma;
using GitHub;
using VisualStudio.Code;
using System;
using System.Linq;

class Program
{
    static float yearsWorking()
    {
        return 8f + 4f / 12f;
    }
    static void Main()
    {
        string[] interests = new string[]{"aerospace engineering", "aviation", "programming", "embedded development"};
        Console.WriteLine("Heyo! I'm Aaron.");
        Console.WriteLine("I've been programming for " + yearsWorking() + " years.");
        Console.WriteLine("My interests include " + String.Join(", ", interests.Skip(0).Take(interests.Length - 1)) + ", and " + interests[interests.Length-1] + ".");
    }
}

Pinned Loading

  1. shopiflask shopiflask Public

    An e-commerce stack using Shopify and Flask.

    HTML

  2. secure-terminal-chat secure-terminal-chat Public

    RSA end-to-end-encrypted messaging app written in Python.

    Python

  3. dailynotes dailynotes Public

    A romantic sticky notes web app for sharing sweet messages and thoughts.

    JavaScript

  4. dt-code-club/site dt-code-club/site Public

    The public website for David Thompson Code Club.

    JavaScript 2