using UnityEngine;
using Figma;
using GitHub;
using VisualStudio.Code;
using System;
class Program
{
static float yearsWorking()
{
return 7f + 9f / 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] + ".");
}
}
🖥️
beep boop
aerospace engineering and aerodynamics enthusiast, cubesat software engineer
- Canada
-
17:59
(UTC -08:00) - awdev.codes
Highlights
- Pro
Pinned Loading
-
-
dt-code-club/site
dt-code-club/site PublicThe public website for David Thompson Code Club.
JavaScript 2
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.