2026-buscandoElPharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
April 26, 2026
Updated
May 20, 2026

README excerpt

# Ingenieria del Software II - Template

![GHA Status](https://github.com/uca-argentina/2026-buscandoElPharo/actions/workflows/GHA.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/uca-argentina/2026-buscandoElPharo/badge.svg?branch=master)](https://coveralls.io/github/uca-argentina/2026-buscandoElPharo?branch=master)

## Metacello

```smalltalk
Metacello new
   baseline: 'IngSoft2';
   githubUser: 'uca-argentina' project: '2026-buscandoElPharo' commitish: 'master' path: 'repository';
   load: 'development'.
```
← Back to results