Skip to content

Instantly share code, notes, and snippets.

View dreamt1m's full-sized avatar
🎯
Focusing

dreamt1m dreamt1m

🎯
Focusing
View GitHub Profile
using AutoMapper;
using MediatR;
using Microsoft.AspNetCore.Mvc;
public class UserMappingProfile : Profile
{
private readonly IMediator _mediator;
public UserMappingProfile(IMediator mediator)
{
@dreamt1m
dreamt1m / Makefile
Last active November 18, 2021 11:50
live-cell-machine
all:
g++ -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
./sfml-app